accessible: Fix test runner
authorJasper St. Pierre <jstpierre@mecheye.net>
Tue, 3 Sep 2013 20:51:03 +0000 (16:51 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Tue, 3 Sep 2013 21:59:19 +0000 (17:59 -0400)
This was an obvious typo.

testsuite/gtk/accessible.c

index 03668c32ae47940dadc359c68be5c22cc82edb64..cdf3253730cb8d510bd42af65b89ca162f3f5261 100644 (file)
@@ -28,7 +28,7 @@ main (int argc, char *argv[])
 
   tp = gtk_test_list_all_types (&n);
 
-  for (i = 0; i < n; n++)
+  for (i = 0; i < n; i++)
     test_type (tp[i]);
 
   return 0;